cURL
curl --request POST \ --url 'http://{{base_url}}/api/confirm-email' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "email": "{{user_email}}", "code": "55uans" } '
{ "message": "Email confirmed" }
Documentation IndexFetch the complete documentation index at: https://docs.aleannlab.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.aleannlab.com/llms.txt
Use this file to discover all available pages before exploring further.
The body is of type object.
object
OK
The response is of type object.